-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: update fluent container mount path and show them using logging #2874
Conversation
…ithub.com/ansys/pyfluent into fix/refactor_fluent_container_mount_paths
We are getting following error and CI is failing. We will have to discuss proper solution for following error. We have removed this folder using https://github.com/ansys/pyfluent/actions/runs/9315232834/job/25640985375?pr=2874 |
Dismissing stale review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am suggesting below that the Fluent container should be mounted to pyfluent.CONTAINER_MOUNT_PATH
by default, not to pyfluent.EXAMPLES_PATH
Also renaming PYFLUENT_CONTAINER_MOUNT_PATH
to CONTAINER_MOUNT_PATH
Co-authored-by: Raphael Luciano <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest that my suggestion in #2874 (comment) be considered again, using an environment variable instead of a module constant. See below for more details.
Sorry for all the back and forth.
No issues at all. We need best solution and we can update the code each time. Thank you. |
closes #2867, #2865
CONTAINER_MOUNT_PATH = None
CONTAINER_MOUNT_PATH = EXAMPLES_PATH
using autouse fixture.host_mount_path
andcontainer_mount_path
are visible to user through logger.warning()logging information of PyFluent and Fluent workdir is shown as follows.